home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global numb, yubicurs
- puppetSound("kan")
- updateStage()
- repeat while stillDown()
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to 60
- else
- set the castNum of sprite clickOn() to 59
- end if
- updateStage()
- end repeat
- set the castNum of sprite clickOn() to 59
- set the cursor of sprite 30 to yubicurs
- updateStage()
- go(numb & "M")
- end
-